MindFusion.Scheduling for ASP.NET Programmer's Guide
HeaderStyle.SetProperties Method
See Also
 





Copies the values for the properties of this HeaderStyle object from the specified IDictionary<string, object> object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override void SetProperties (
    IDictionary<string, Object> dictionary
)

Visual Basic  Copy Code

Public Overrides Sub SetProperties( _
    dictionary As IDictionary(Of String, Object) _
)

 Parameters

dictionary

Type: IDictionary(String, Object)
An IDictionary<string, object> list that contains <property value> pairs.

 See Also

HeaderStyle Members
HeaderStyle Class
MindFusion.Scheduling Namespace